Script Library: 1238 scripts
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 
Tint demonstration
tint.rv:1.0.0
729 bytes
13 Mar 2003
Tint demonstration
author: Jeff
Tiny Generic CRUD App
tiny-crud-app.r990 bytes
7 Jan 2017
A very short generic data storage/retrieval app example. CRUD = create read update delete records. This can be used as the basis for any sort of rolodex-like app which allows users to enter and edit 'cards' full of information. From http://re-bol.com/short_rebol_examples.r
author: nick
Tiny Paint Programs
tiny-paint-programs.r1.3 KB
13 Jan 2010
Three different small paint programs, including the shortest possible one-liner. Taken from the tutorial at http://musiclessonz.com/rebol_tutorial.html
author: nick antonaccio
Title Bar - Windows API
title-bar.r1.8 KB
2 Jul 2008
This example demonstrates how to use the Windows API to adjust the title bar in your Rebol programs. Just include this code in your script if you need to eliminate the default 'Rebol - ' text at the top of your GUI programs. Taken from the tutorial at http://musiclessonz.com/rebol_tutorial.html
author: nick antonaccio
to-fussy-idate
to-fussy-idate.rv:1.0.1
3.5 KB
22 Apr 2005
A function which converts a Rebol date! to a string formatted according to a strict interpretation of the RFC 822 standard. If the time is not provided, a default of 00:00 is used. If the seconds are not set, 00 is used. (NB The zone defaults to 00:00 in a Rebol date) [...]
author: Peter WA Wood
Todo List
todo-list.r
 discussion
v:1.3.0
9.7 KB
24 Jun 2004
Based on the demo of Rebol /View by Carl. It allow you to manage a list of todo and move them between them.
author: Carl Sassenrath, Didier Cadieu & Fabrice Vado
Demo client with telnet-protocol
telnet-client.rv:1.0.0
863 bytes
13 Mar 2003
A simple telnet-client
author: Frank Sievertsen
Tokyo Tower Watcher
tokyotower.rv:1.0.0
958 bytes
13 Mar 2003
To display a picture of the Tokyo Tower, updating every 60s
author: graspee
Topic Tags
topic-tags.r
 discussion
v:0.2.1
9.3 KB
15 May 2004
Makes tagging the mailing list a little bit more comfortable. Lists all topic tags in a window which I like to have open while tagging. Clicking on any tag copies it into clipboard so I only have to paste it into browser.
author: Christian Ensel
Transpose
transpose.rv:1.0.0
1.0 KB
13 Mar 2003
Transposes a Matrix's rows and columns.
author: Andrew Martin
REBOL CGI Test Script
test.rv:0.0.2
3.1 KB
17 Jan 2005
REBOL Test CGI-Script for Serve-It!
author: Dirk Weyand
Table Columns
table-columns.rv:1.0.0
1.2 KB
13 Mar 2003
Table-Columns takes the name of 1 or columns in a block, and generates ML dialect for the table contents.
author: Andrew Martin
Tail recursion
tailfunc.rv:1.0.0
3.9 KB
6 May 2003
Provides transparent tail recursive functions with refinement transferral. Source code 4 gurus only
author: Maarten Koopmans
Tally
tally.rv:1.0.0
871 bytes
6 May 2003
Tallies up the values in a series, producing a block of [Value Count] pairs.
author: Andrew Martin
techfell uSqlite3 protocol handler
techfell-protocol.rv:0.0.2
8.2 KB
9 Feb 2006
http://users.iol.it/irwin/ uSQLite is a network wrapper for SQLite. It turns SQLite into an RDBMS but puts the emphasis on the 'Lite'. In fact it works in a somewhat unconventional mmanner in order to make both servers and clients as light, portable and simple as possible. Readers who are not familiar with SQLite are advised to visit www.sqlite.org. uSQLite [...]
author: Piotr Gapinski
Text effect styles
text-effects.rv:1.0.0
2.3 KB
6 May 2003
This version contains just 'sine-text style...
author: Oldes
Textile Parser
textile.r
 documentation
v:0.2.0
16.2 KB
16 Jun 2006
Transforms Textile-formatted text into HTML
author: Brian Wisti
Textpad syntax generator
textpad-syngen.rv:0.5
3.3 KB
6 Sep 2010
Textpad syntax generator for Textpad 4.4 (and above) Highlighter gets lost with {{}}
author: John Kenyon
Textris
textris.r8.2 KB
29 Jun 2008
The game of Tetris, in text mode. Taken from the tutorial at http://musiclessonz.com/rebol_tutorial.html
author: nick antonaccio
TextureLab - Texture generator
texture-lab.rv:0.3.3
25.6 KB
31 Oct 2006
Generate mathematical textures
author: ReBolek